home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / PowerFantasm™ / F4_EXAMPLES / PPC_Graphics_demo / PPC_graph_demo_bss.s < prev    next >
Text File  |  1996-06-15  |  532b  |  16 lines

  1. *******************************
  2. **Fantasm V4 PowerPC demo #1
  3. **Opens two windows and runs various graphical tests
  4. **
  5. **File:PPC_graph_demo_bss.s
  6. **Global data offsets in BSS for ppc_graph_demo
  7. **Date: 3rd Dec.95
  8. **©Lightsoft 1995.
  9.  
  10. **read/write data goes in BSS.
  11. qd:    rs.b    208        *208 bytes for QD variables (Used to be 206)
  12. window_1_ptr:    rs.w    1    *storage of window #1 pointer
  13. window_2_ptr:    rs.w    1    *storage of window #2 pointer
  14. viewrect_1:    rs.w    4        *The viewrect of the window
  15. viewrect_2:    rs.w    4        *A copy of the viewrect for the circles
  16.